RequestDatabaseResponse

data class RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)

Represents response frame that is returned from IndexedDB#requestDatabase operation call. Requests database with given name in given frame.

See also

Constructors

RequestDatabaseResponse
Link copied to clipboard
fun RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)

Properties

databaseWithObjectStores
Link copied to clipboard
val databaseWithObjectStores: DatabaseWithObjectStores
Database with an array of object stores.

Sources

jvm source
Link copied to clipboard